home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / gem / l_1199 / 1100 < prev    next >
Internet Message Format  |  1994-08-27  |  810b

  1. Date: Thu, 28 Jul 1994 13:01:08 -0400 (EDT)
  2. From: Timothy Miller <millert@cs.csee.usf.edu>
  3. Subject: Re: Gem List
  4. To: gem-list@world.std.com
  5. In-Reply-To: <9407281036.AA02743@nasoftwr.demon.co.uk>
  6. Message-Id: <Pine.3.87.9407281308.B14224-0100000@grad>
  7. Mime-Version: 1.0
  8. Precedence: bulk
  9.  
  10. Hollis:
  11.  
  12. ]No.  It IS that easy.  Simply trap the WM_TOPPED message.  All you have to
  13. ]do when you receive it is to:
  14. ]
  15. ]If the button is no longer pressed when you process the message, top the
  16. ]window.  This means that the button was tapped on the window with the intent
  17. ]to bring it to the front.
  18.  
  19. No, it is NOT that simple.  When you click to top a window, the message 
  20. does not get sent until you let go of the button.  You can hold the 
  21. button all day, and the window won't get topped until you let go of the 
  22. button.
  23.  
  24.  
  25.  
  26.